Some changes to fix build problems in FreeBSD and Windows.
authorKevin Cozens <kcozens@cvs.gnome.org>
Mon, 1 Jan 2007 20:58:45 +0000 (20:58 +0000)
committerKevin Cozens <kcozens@src.gnome.org>
Mon, 1 Jan 2007 20:58:45 +0000 (20:58 +0000)
commitf215f82679bd0198527878fe938e12e95809346a
tree44de8746228b3b4a49e39b0b2b4d091178ec5976
parent76c77229fefd4a523a3d023e832c448de73da8f9
Some changes to fix build problems in FreeBSD and Windows.

2007-01-01  Kevin Cozens  <kcozens@cvs.gnome.org>

Some changes to fix build problems in FreeBSD and Windows.

* configure.ac: Added missing m4 defines specifying version numbers,
and tests for libdl and libm (sets DL_LIB and MATH_LIB respectively).

* babl.pc.in: Replaced several hard-coded items with ones defined
when configure is run.

* babl/base/Makefile.am:
* extensions/Makefile.am:
* tests/Makefile.am: Use $(DL_LIB) and $(MATH_LIB) instead of
hard-coded options.

svn path=/trunk/; revision=188
ChangeLog
babl.pc.in
babl/base/Makefile.am
configure.ac
extensions/Makefile.am
tests/Makefile.am